$intNum = Random (
<number>
)
Returns a random number less than the given number.
Parameters
<number>
Any numeric value.
Return Value
Returns an integer.
Example
$b = random(100)
$b
will contain a number greater than or equal to 0 and less than or equal to 99.